home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / gmplaygui / gui / options.sel < prev    next >
Text File  |  1997-06-16  |  2KB  |  74 lines

  1. onexit 'setenv gmc " "' 'setenv gmm `eval $gmm+1`'
  2.  
  3.  
  4. title "Global Options"
  5. onchange infoon to *none* exit
  6. background [bpbackground]
  7. font [bpfont]
  8.  
  9. gap 4
  10. rows 11
  11.  
  12.  
  13. text "GMPlay GUI 1.5"
  14.  
  15. color light
  16. startbox
  17.     text "Frequence:"
  18.     color dark [bpbuttons]
  19.     button "[freq]" 'execute getfreq' update
  20. endbox
  21. color light
  22. startbox
  23.     text "Process Priority:"
  24.     color dark [bpbuttons]
  25.     button "[gmpri]" 'execute getpri' update
  26. endbox
  27.  
  28. color light
  29. startbox
  30.     text "Switches:"
  31.     color dark [bpbuttons]
  32.     button '[gmst]' 'execute switch gmst Stereo Mono' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
  33.     button '[gmdf]' 'execute switch gmdf Drumfilter NoDrumfilter' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
  34.     button '[gmtf]' 'execute switch gmtf Tonefilter NoTonefilter' 'setenv fb "N"' 'setenv gmch $gmpl' 'break $gmpid' update
  35. endbox
  36.  
  37. color light
  38. startbox
  39.     text "Optional line:"
  40.     color dark [bpbuttons]
  41.     button '[gmopt]' 'execute getopt' update
  42. endbox
  43.  
  44. color light [bpbuttons]
  45. button Help 'run >nil: selector help.sel'
  46. color light
  47. startbox
  48.     text "Change colors:"
  49.     color dark [bpbuttons]
  50.     button "Background" 'setenv bpbackground `selector colors.sel`' 'setenv gmm `eval $gmm+1`' update
  51.     button "Buttons" 'setenv bpbuttons `selector colors.sel`' 'setenv gmm `eval $gmm+1`' update
  52. endbox
  53.  
  54. color light
  55. startbox
  56.     text "Font:"
  57.     color dark [bpbuttons]
  58.     button "[bpfont]" 'setenv bpfont `/selectorfont [bpfont]`' 'setenv gmm `eval $gmm+1`' update
  59. endbox
  60.  
  61. color light
  62. startbox
  63.     text "Midi-Info Unpacker:"
  64.     color dark [bpbuttons]
  65.     button '[gmunp]' 'execute getunp' update
  66. endbox
  67.  
  68. space
  69. color dark
  70. color light [bpbuttons]
  71. button "Save Local Options" 'run >nil: execute local'
  72. button "Remove Local opts." 'run >nil: execute remlocal'
  73.  
  74.